-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Generic OIDC accounts #897
Conversation
11ac956
to
2784fab
Compare
2784fab
to
d3e8e8f
Compare
[Writeable] | ||
public string[] HealthCheckSubjectKeys { get; set; } | ||
|
||
[Writeable] | ||
public string[] AccountTestSubjectKeys { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be confusing for users, I know we excluded it on the UI but this allows the user to set something that has no discernable effect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good, but I think we should remove the health and account test subject keys
To prevent the resource mismatch errors I'd have up remove these fields from the resource in Server. I can do that but we'll end up with the mismatch being between the |
This change adds support for generic Oidc accounts to the client for #project-generic-oidc